From: Tianling Shen Date: Sun, 31 Aug 2025 06:43:02 +0000 (+0800) Subject: libtorrent-rasterbar: update boost dependencies X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=7be94fac3708ba2ae15abcb2a92435a57b05dd37;p=feed%2Fpackages.git libtorrent-rasterbar: update boost dependencies libtorrent only links to boost headers since boost 1.69. Remove boost-system from the dependencies and add boost as build dependency. Signed-off-by: Tianling Shen --- diff --git a/libs/libtorrent-rasterbar/Makefile b/libs/libtorrent-rasterbar/Makefile index 93ea1cab41..01682e54a9 100644 --- a/libs/libtorrent-rasterbar/Makefile +++ b/libs/libtorrent-rasterbar/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtorrent-rasterbar PKG_VERSION:=2.0.11 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/arvidn/libtorrent/releases/download/v$(PKG_VERSION)/ @@ -12,6 +12,7 @@ PKG_MAINTAINER:=David Yang PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=COPYING +PKG_BUILD_DEPENDS:=boost PKG_CONFIG_DEPENDS:=CONFIG_PACKAGE_python3-libtorrent CMAKE_INSTALL:=1 @@ -31,7 +32,7 @@ define Package/libtorrent-rasterbar $(call Package/libtorrent-rasterbar/Default) SECTION:=libs CATEGORY:=Libraries - DEPENDS:=+boost-system +libopenssl +libatomic +libstdcpp + DEPENDS:=+libopenssl +libatomic +libstdcpp endef define Package/python3-libtorrent